PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFVersionExtension Class / setPDFVersion Method
A PDFVersion that specifies the extended PDF version.
In This Topic
    setPDFVersion Method
    In This Topic
    Sets the extended PDF version.
    Syntax
    public void setPDFVersion( 
       PDFVersion version
    )

    Parameters

    version
    A PDFVersion that specifies the extended PDF version.
    Exceptions
    ExceptionDescription
    When version is set to PDFVersion.UNKNOWN
    See Also